Class STPMainProcessImpl

All Implemented Interfaces:
IPCObject, Process, STPMainProcess

public class STPMainProcessImpl extends ProcessImpl implements STPMainProcess
Information provided by the PKI file:

    \class StpMainProcess
    
    \brief StpMainProcess holds and manages the individual STP processes.
    
    \example network().getDevice("Switch0").getProcess("StpMainProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getStpProcess

      public STPProcess getStpProcess(int vlanID)
      Information provided by the PKI file:
      
          \brief Returns the STP process from the specified VLAN.
          
          \param vlanID, the VLAN number of interest.
          
          \return StpProcess, the StpProcess object from the specified VLAN.
          
              
      Specified by:
      getStpProcess in interface STPMainProcess
      Parameters:
      vlanID - Takes in a parameter of vlanID
      Returns:
      STPProcess Returns a STPProcess